home *** CD-ROM | disk | FTP | other *** search
/ iBrowse Update Disc / iBrowse Update Disc.iso / distrib / replay / Replay / !AREncode / !Run < prev    next >
Text File  |  1994-05-13  |  926b  |  29 lines

  1. | AREncode:!Run
  2. | © Uniqueway Ltd, 1994
  3. | © Acorn Computers Ltd, 1994
  4.  
  5. If "<ARMovie$Dir>" = "" Then Error ARMovie resources not found. Please open a directory display containing the !ARMovie application.
  6. If "<ARWork$Dir>" = "" Then Error Cannot find !ARWork application for temporary file storage.
  7.  
  8. Set AREncode$Dir <Obey$Dir>
  9. SetMacro AREncode$Path <AREncode$Dir>.
  10.  
  11. IconSprites AREncode:!Sprites
  12.  
  13. | ---------------------------------------------------------------
  14.  
  15. RMEnsure UtilityModule 3.10 Error This application can only be run under RISC OS 3.10 or later.
  16.  
  17. | ---------------------------------------------------------------
  18.  
  19. | This variable sets from where to save and load the Choices file.
  20. Set AREncode$OptionsFile <AREncode$Dir>.!Choices
  21.  
  22. | This variable sets where to build the working files.
  23. SetMacro AREncode$WorkDir <ARWork$Dir>.AREncode
  24.  
  25. WimpSlot -min 196K
  26. WimpSlot -min 192K -max 192K
  27.  
  28. Run AREncode:!RunImage %*0
  29.